object PngOptionsDialog: TPngOptionsDialog Left = 473 Top = 18 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Save as PNG options:' ClientHeight = 163 ClientWidth = 261 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 31 Top = 128 Width = 60 Height = 24 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 96 Top = 128 Width = 60 Height = 24 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object RadioGroup1: TRadioGroup Left = 10 Top = 8 Width = 239 Height = 81 HelpContext = 161 Caption = ' Format: ' TabOrder = 2 end object NoninterlacedButton: TRadioButton Left = 32 Top = 28 Width = 161 Height = 17 HelpContext = 161 Caption = 'Non-interlaced (standard)' Checked = True TabOrder = 3 TabStop = True end object InterlacedButton: TRadioButton Left = 32 Top = 54 Width = 121 Height = 17 HelpContext = 161 Caption = 'Interlaced (Adam7) ' TabOrder = 4 end object ImageText: TCheckBox Left = 136 Top = 100 Width = 105 Height = 17 HelpContext = 163 Caption = 'Save image text' State = cbChecked TabOrder = 5 end object WriteGamma: TCheckBox Left = 24 Top = 100 Width = 89 Height = 17 HelpContext = 466 Caption = 'Write gamma' TabOrder = 6 end object Button1: TButton Left = 184 Top = 128 Width = 60 Height = 25 Caption = 'Defaults' TabOrder = 7 OnClick = Button1Click end end